home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7063 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.production.compuserve.com!news
  2. From: Robert Aide <71233.1036@CompuServe.COM>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Are flow charts still used?
  5. Date: 18 Feb 1996 03:03:53 GMT
  6. Organization: 71233.1036@compuserve.com
  7. Message-ID: <4g64up$5cb$1@mhadg.production.compuserve.com>
  8. References: <1996Feb5.235118.24132@zcon.com>
  9.  
  10. I am a consultant and programmer and use flowcharts 
  11. for two very good reasons:
  12.  
  13. 1-When developing very detailed systems and/or systems in which 
  14. there are many components, flowcharts are invaluable in the 
  15. planning and organization of the overall system.  (I used to just 
  16. jump in and start programming with a vague outling in my head, 
  17. but I have coded myself _into a corner_ far too many times for me 
  18. to continue with this practice.)
  19.  
  20. 2-Flowcharts are a great tool when presenting proposals to the 
  21. client, since they are relatively easy for non-programmers to 
  22. understand (after all, if the client knows how to program they'd 
  23. likely be writing the system themselves :-) , and will help 
  24. to ensure that the client understands what you are proposing, and 
  25.  to ensure that you understand what the client is expecting.  It 
  26. is much better to catch any misunderstandings or 
  27. misinterpretations BEFORE writing a huge system, than it is to 
  28. find out after and have to rework it (at my expense, because the 
  29. client cannot admit to being at fault here regardless of where 
  30. the communication breakdown occurred!).
  31.  
  32. The flowchart also helps me to work out a development schedule 
  33. and the corresponding cost of development.
  34.  
  35. -- 
  36. Robert Aide - Canadian Computing & Networking
  37.